FileSystem resolve() MethodFile(path).resolve() Folder(path).resolve() Description The resolve() method of File or Folder attempts to resolve the file system alias that this object points to. If successful, a new File or Folder object is returned that points to the resolved file system element. If the object is not an alias, or if the alias could not be resolved, the return value is null. Parameters None. Returns FileSystem object (File or Folder) or null if no alias. |